Other Classes
The following classes are available globally.
-
NavigationViewController
is the base location manager which handles permissions and background modes.Declaration
Swift
open class NavigationLocationManager: CLLocationManager
-
See morePollyVoiceController
extends the defaultRouteVoiceController
by providing support for AWSPolly.RouteVoiceController
will be used as a fallback during poor network conditions.Declaration
Swift
public class PollyVoiceController: RouteVoiceController
-
See moreReplayLocationManager
replays an array of locations exactly as they were recorded with the single exception of the location’s timestamp which will be adjusted by interval between locations.Declaration
Swift
public class ReplayLocationManager: NavigationLocationManager
-
The
SimulatedLocationManager
class simulates location updates along a given route.The route will be replaced upon a
See moreRouteControllerDidReroute
notification.Declaration
Swift
public class SimulatedLocationManager: NavigationLocationManager